home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / qbasicpg.zip / QBINFO.BAS < prev    next >
BASIC Source File  |  1988-12-21  |  1KB  |  22 lines

  1. '   Note: Simply run this routine using the QuickBASIC editor without any
  2. '   library.
  3. '
  4.     COLOR 15, 0: CLS
  5.     PRINT "The QuickBASIC Utility Set Archive is provided with the following files:"
  6.     PRINT
  7.     PRINT "QBUTIL40.QLB  -   The QuickBASIC Utility Set QuickLibrary file."
  8.     PRINT "QBUTIL40.LIB  -   The QuickBASIC Utility Set Library file."
  9.     PRINT "QBUTIL40.PRN  -   The QuickBASIC Utility Set Documentation file."
  10.     PRINT "PRINTDOC.BAS  -   Designed to print the QBUTIL.PRN file."
  11.     PRINT "QBINFO.BAS    -   This file."
  12.     PRINT "UTILDEMO.BAS  -   The QuickBASIC Utility Set Introduction/Demo."
  13.     PRINT
  14.     PRINT "Release #4 is provided as Public Domain Software and may be distributed free"
  15.     PRINT "of charge. The above listed files are not to be modified if they are to be"
  16.     PRINT "distributed in this package."
  17.     PRINT
  18.     PRINT "To run the UTILDEMO.BAS program simply use the QuickBASIC editor with the "
  19.     PRINT "following command: " + CHR$(34) + "QB UTILDEMO /L QBUTIL" + CHR$(34)
  20.  
  21.  
  22.